Maeckes logo

fx-9860GII      TI-83


DRAW

On a TI calculator you can draw graphs

DRAW
2nd PRGM

Selection can be done at any time. Pressing  ►  or  ◄  highlights the category in the header line. Pressing  ▼  or  ▲  brings you to the choices.

 

-------------------------------------------------------------------------------------------------------------------
DRAW
DRAW POINTS STO
1:ClrDraw
2:Line(
3:Horizontal
4:Vertical
5:Tangent(
6:DrawF
7:Shade
8:DrawInv
9:Circle(
0:Text(
A:Pen

1:  ClrDraw
Clears all drawn elements.

2:  Line(
Draws a line segment between 2 points.

3:  Horizonal
Draws a horizontal line.

4:  Vertical
Draws a vertical line.

5:  Tangent(
Draws a line segment tangent to a function.

6:  DrawF
Draws a function.

7:  Shade
Shades an area between two functions.

8:  DrawInv
Draws the inverse of a function.

9:  Circle(
Draws a circle.

0:  Text(
Draws text on a graph screen.

A:  Pen
Acivates the free-form drawing tool.

 

-------------------------------------------------------------------------------------------------------------------
POINTS
DRAW POINTS STO
1:Pt-On(
2:Pt-Off(
3:Pt-Change(
4:Pxl-On(
5:Pxl-Off(
6:Pxl-Change(
7:pxl-Test(

1:  Pt-On(
Turns on a point.

2:  Pt-Off(
Turns off a point.

3:  Pt-Change(
toggels a point on or off.

4:  Pxl-On(
Turns on a pixel.

5:  Pxl-Off(
Turns off a pixel.

6:  Pxl-Change(
Toggels a pixel on or off.

7:  pxl-Text(
Returns 1 if pixel on, 0 if pixel off.

 

-------------------------------------------------------------------------------------------------------------------
STO
DRAW POINTS STO
1:StorePic
2:RecallPic
3:StoreGDB
4:RecallGDB



1:  StorePic
Stores the current picture.

2:  RecallPic
Recalls a saved picture.

3:  StoreGDB
Stores the current graph data base.

4:  RecallGDB
Recalls a saved graph data base.